home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
xbin
/
relink-files
< prev
next >
Wrap
Text File
|
1989-07-02
|
244b
|
14 lines
#!/bin/sh
# Normally akcl is distributed with only V/ files.
# if it has not yet been done so establish the links from this to
# the main kcl directory
if [ ! -f c/print.d ] ;
then xbin/relink-script $1 `pwd` $2
make clean
else true
fi